IviACPwr Query Arb Waveform Catalog [ARB] VI

IviACPwrArbWaveform Capability Group

This VI returns a comma delimited string of user-defined and/or fixed vendor-defined waveform names currently stored in the AC power source.

The number of additional user-defined waveforms the power source can store can be determined by IviACPwr Available Waveform Count [ARB] property.

IviACPwr Query Arb Waveform Catalog [ARB]

cio.gif instrument handle The instrument handle that you obtain from the IviACPwr Initialize or IviACPwr Initialize With Options VIs. The handle identifies a particular instrument session.

Default Value: None
ci32.gif Catalog Type (Fixed) Specifies if the returned catalog string contains fixed vendor-defined and/or user-defined waveform names.

Valid Values:
Fixed - IVIACPWR_VAL_WAVEFORM_CATALOG_FIXED (0)
Request catalog of fixed vendor-defined waveform names.

User - IVIACPWR_VAL_WAVEFORM_CATALOG_USER (1)
Request catalog of user-defined waveform names.

All - IVIACPWR_VAL_WAVEFORM_CATALOG_ALL (2)
Request catalog of all waveform names.

Default Value: Fixed
ci32.gif Catalog Buffer Size The size of the user-allocated buffer.

Default Value: None
cerrcodeclst.gif error in (no error) The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
iio.gif instrument handle out The instrument handle that you obtain from the IviACPwr Initialize or IviACPwr Initialize With Options VIs.
istr.gif Catalog A user-allocated buffer to store a comma delimited string of waveform names currently stored in the AC power source.
ierrcodeclst.gif error out The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.